home *** CD-ROM | disk | FTP | other *** search
/ Teach Yourself VRML 2 in 21 Days / Teach Yourself VRML 2 in 21 Days.iso / mac / ISO9660 / 3rdparty / POLYTRAN / dos / PT_DOS.ZIP / DOC_1 / IMP_SLP.1 < prev    next >
Encoding:
Text File  |  1996-06-16  |  2.4 KB  |  56 lines

  1. .so psroff.inc        # Include the macros needed for output to Postscript
  2. .TH Import-SLP
  3. .SH NAME
  4. imp_slp \- Pro/Engineer Render ("SLP") geometry import filter
  5. .SH SYNOPSIS
  6. .PP
  7. This man page describes the options specific to the Pro/Engineer SLP
  8. geometry import converter.
  9. .PP
  10. .SH EXAMPLE CONVERSION SYNTAX
  11. .PP
  12. To convert a Pro/Engineer SLP file to Wavefront using the default parameters listed 
  13. in the setup.ini file:
  14. .IP
  15. pt -i slp -o wave filename.slp
  16. .PP
  17. To convert a Pro/Engineer SLP file to VRML and override some of the default options 
  18. in setup.ini:
  19. .IP
  20. pt -i slp -in-slp-report-statistics = yes -o vrml filename.slp
  21. .PP
  22. .SH OVERVIEW
  23. .PP
  24. This geometry import converter reads Pro/Engineer SLP ("Render") files which 
  25. are typically exported by Parametric Technologies' Pro/Engineer program.
  26. .PP
  27. Rather than applying colors to each polygon vertex (as done inside the SLP 
  28. file), a set of unique colors is computed from the file then these colors are 
  29. used to create NuGraf "surface" definitions, each using a unique color. Thus, 
  30. you can easily modify the surface (material) assignments of a SLP file by 
  31. editing or re-assigning new materials once the SLP file has been imported.
  32. .PP
  33. .SH COMMAND LINE OPTIONS
  34. .PP
  35. The following options are specific to this import converter:
  36. .TP
  37. -i slp
  38. This is the optional command line option which specifies that the input data
  39. is in the Pro/Engineer SLP file format (ASCII). If not 
  40. specified then the converter will try to guess the input file's format from 
  41. its file extension (.slp) and then from the contents of its file. 
  42. .TP
  43. -in-slp-report-statistics = [ yes | no ]
  44. If this option is set to 'yes' then the import converter will print out the number 
  45. of objects and polygons that were parsed from the file.
  46. .TP
  47. -in-slp-explode-object = [ yes | no ]
  48. If this option is set to 'yes' then the imported object will be broken apart 
  49. (exploded) into separate pieces according to the colors assigned to each 
  50. polygon. For example, if the imported file has half of its polygons assigned 
  51. a red color and the other half assigned a white color then the object will be 
  52. broken apart into two separate pieces, each with its own unique material 
  53. (one material will use a red color and the other material will use a white 
  54. color). If this option is not enabled then the imported object will not be 
  55. broken apart.
  56.